{% extends 'core/_base.html' %} {% block body %}
{% include 'core/components/TotalExpenseCard.html' %} {% include 'core/components/TotalSaleCard.html' %} {% include 'core/components/TotalPurchaseCard.html' %} {% include 'core/components/TotalReturnCard.html' %}
{% include 'core/graph/ExpenseOverview.html' %} {% include 'core/graph/SalesOverview.html' %} {% include 'core/graph/PurchaseOverview.html' %} {% include 'core/graph/ReturnOverview.html' %} {% comment %} {% include 'core\service\TopSellingProduct.html' %} {% endcomment %}
{% include "core/footer.html" %} {% endblock body %}